-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add S3Path #206
feat: add S3Path #206
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #206 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 11 18 +7
Lines 685 1021 +336
Branches 169 246 +77
==========================================
+ Hits 685 1021 +336 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Start @lucianosrp
Two things missing:
- I added a comment about docstring.
- You should add JSON schema tests here https://github.com/pydantic/pydantic-extra-types/blob/main/tests/test_json_schema.py
Overall once this is done, I will be happy to merge it 🤗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Not 100% if this was already made somewhere.
Very simple s3 path parser but can still come in handy!
Please let me know your thoughts. Feedback is always welcomed 🤗